RundesZweieck / Publications
Forum
The CopyBuffer Array of SAR has different values than the printed iSAR
... let me explain. I want to use the iSAR. My Code looks kind of like this: double asar[]; int OnInit (){ ArrayResize (asar, 4 ); ArraySetAsSeries (asar, true ); sar = iSAR ( _Symbol , timeframe, sarStep, sarMaximum); // aktueller SAR-Wert } int OnTick (){ CopyBuffer (sar, 0 , 1 , 2
Reading and Opening File / What is the correct Path?
I have a problem with reading and Opening File . I guess my Code is fine. The Problem is where the File is created, when i create one with int fileHandle = FileOpen ( "DasisteinTestFile.csv" , FILE_WRITE ); Its Created and directly deleted after the test in
Strategy Tester Results, separate and Reimport for a longer Test
Hi together! As the title said: I want to kind of reimport the parameters of the results for a longer test run in the strategy Tester after I separated and deleted bad ones. First I want to ask if you know any solution for this? The only one I can imagine is : 1.Exporting the results. 2.Delete all
iMA + CopyBuffer Wrong way around?
I feel stupid. The Copy Buffer is the wrong way around.. But why? In Copy Buffer.png Attachment , you can see the Moving Average for the second last candle , should be [2]. In the top left corner , you see the comment. The first, which is the same value, is the array position [0]. Code: int OnInit