you have to set DeltaTimeHistoTrades=28800matt_32 wrote:
I can hard code it but can i change it in the parameters?
I see that DeltaTimeHistoTrades has a value of: 1970.01.01 04:00
how can I change it from 4 hrs to 8hrs pause ?
Matt
Cheers
Tommaso
you have to set DeltaTimeHistoTrades=28800matt_32 wrote:
I can hard code it but can i change it in the parameters?
I see that DeltaTimeHistoTrades has a value of: 1970.01.01 04:00
how can I change it from 4 hrs to 8hrs pause ?
Matt
You can ignore it is the way Empty4 displays the value..., look only at the 04:00 this means 4h...matt_32 wrote:Ok but what does the "1970.01.01 04:00" mean in the parameters ?
milanese wrote:You can ignore it is the way Empty4 displays the value..., look only at the 04:00 this means 4h...matt_32 wrote:Ok but what does the "1970.01.01 04:00" mean in the parameters ?
Cheers
Tommaso
Hi and welcomezanzistor wrote:Hi milanese (italian?)
I wanna try in demo your system... Please version 40B, just put in the chart running everything in default? Or there are some set file for each pair to run ^? Please let me know... Tommaso... Grazie mille in anticipo
certozanzistor wrote:I did, and i create set files for all pairs, can i attach here? Thanks tommasomilanese wrote:Hi and welcomezanzistor wrote:Hi milanese (italian?)
I wanna try in demo your system... Please version 40B, just put in the chart running everything in default? Or there are some set file for each pair to run ^? Please let me know... Tommaso... Grazie mille in anticipo
Please read the UserGuide from Mike on page 1 that will very good explain all you need to know:)
Cheers
Tommaso
Code: Select all
timeelapsed = TimeCurrent()-opentime;Code: Select all
timeelapsed = TimeCurrent()-closetime;Radar wrote:Hey Tommaso,
Regarding the datetime externs... It would be less confusing if they were changed to extern int, so that they don't display dates when looking at the settings.
Since TimeElapsedSinceLastOpenTrade uses...... and TimeElapsedSinceLastHistoTrade usesCode: Select all
timeelapsed = TimeCurrent()-opentime;...and we're entering the relevant times in seconds anyway, nothing else needs to be changed, and Marilyn will continue her dance without any problemsCode: Select all
timeelapsed = TimeCurrent()-closetime;
Have fun!
Radar =8^)