Sure, I could do that but it dosen´t solve my first problem. We aren´t on the same page here.
This piece of code should make it sell/exit positions on friday opening right? Well it dosen´t…
does it have to say day 4 hour 24 or day 5 hour 01:00. Or just remove hour?
if opendayofweek = 4 and openhour = 21 THEN
IF POSITIONPERF>0 THEN
SELL AT MARKET
EXITSHORT AT MARKET
ENDIF
ENDIF
ALEModerator
Master
Hello T-Rader,
To close position on friday morning the code must be :
if opendayofweek = 5 THEN
SELL AT MARKET
EXITSHORT AT MARKET
ENDIF
ENDIF
shouldn´t it be day 4 since close dosen´t happen until next bar?
Thanks.
I have an open position in eur/usd now. Will se if the code stops it self this weekend or if it keeps on going. If it stops it self the “close on friday” code must be implemented.
ALEModerator
Master
Sorry which timeframe are you using?
I can report that my system haven´t stopped this weekend so it seams like it was only a one time problem, hopefully 🙂
ALEModerator
Master
I’m using daily template sice juin 2017 and I’ ve had that problem only 2 time
hello,
At first, my compliments for the great work ALE.
Im new in the trading world, i am trading now for 2 months with some strategies.
I keep using my strategies. but i want to run a autotrading system behind it.
When i was searching here on the forum this one was coming out as the best.
Is someone using this in realtime and can tell me what the results are ?
ALEModerator
Master
Hello Shane
this strategies are examples and it must be improve. i’m not using it in real market.
Thanks for Your response ALE.
I almost used it in realtime.
But are using at this moment a autotrading system that you reccomend on long term? Im starting with a small budget €1000,-
ALEModerator
Master
In my opinion for this budget yuo can consider mini us 500 (1€ x Point) or with more more risk mini us 100( 1€ X Point)
Do you mean i need to download and use one of these for automatic trading ?
- Filename : _us100_smoo_bol_stgy_daily-4.itf
Downloads : 131
Or do you mean in regular i need to trade with the US100 ?
Maybe i can send you a private message if it is about something else?