Forums › ProRealTime forum Italiano › Discussioni generiche sul trading › Multicharts vs ProRealTime › Reply To: Multicharts vs ProRealTime
10/09/2017 at 9:52 AM
#48718
Per quanto riguarda il lavoro di Andrea Unger, non pubblicherò la libreria dei modelli. Ma in un programma ProOrder è possibile utilizzarlo come segue:
1 2 3 4 5 6 7 8 |
// --- indis // LY,SY,LN,SN are the different "numeropattern" optimized differently for your 40 different variables MyPtnLY, MyPTnLN, MyPtnSY and MyPtnSN // You can modify your desired patterns for each of these variables in the variable optimisation window above (choose there if these variables are fixed or optimised from 1 to 40). MyPtnLY = CALL "PRC_AndreaUngerPatterns"[LY] MyPTnLN = CALL "PRC_AndreaUngerPatterns"[LN] MyPtnSY = CALL "PRC_AndreaUngerPatterns"[SY] MyPtnSN = CALL "PRC_AndreaUngerPatterns"[SN] // --- |
Questo non è tanto che il modo in cui lo hai già fatto!