DislikedRascacio If you press Ctrl and Y and on the chart it should draw lines at 00:00 PaulIgnored
This will save a lot of messing about !!
Know Yourself, Know Your Setup, by Boris Schlossberg 9 replies
Mechanical day trading inspired by First Strike Plus 2 replies
Which movie has inspired you the most in your trading? 12 replies
New Webinar with Kathy Lien, Boris Schlossberg and Ken Calhoun 2 replies
Lien-Schlossberg book, Hayden:The RSI - any opinion? 1 reply
DislikedRascacio If you press Ctrl and Y and on the chart it should draw lines at 00:00 PaulIgnored
DislikedHi Steve,
Yes the trades went to half closed but the JS didn't go to + BEP.
thanks for the answer.....have a good weekend...
whipIgnored
DislikedRe 2ma mace stops and tp's, would you guys like me to code the ability to use ATR to generate these?
Ignored
DislikedSteve did you get around to looking at the Asian session trading times, in regards to my earlier post about the Asian session is open message?
Tks.Ignored
DislikedHi Steve,
I'm still working on this bot.....The trades are going to half closed and the JS is jumping but it is landing at -1 instead of + BEP......Thankz
whipIgnored
DislikedI agree that the 2MA-MACD might be the more successful of the bots, although I have not tested all of them as yet.
Adding ATR as an method for SL and TP might be useful as long as it is an optional feature....Ignored
DislikedI agree that the 2MA-MACD might be the more successful of the bots, although I have not tested all of them as yet.
Adding ATR as an method for SL and TP might be useful as long as it is an optional feature....Ignored
DislikedSteve, is it possible to fix CloseLosingTradesAfterMins on momo?
Regards
ElovvIgnored
On this occasion, I forgot to carry out step 3.
This means, it only looks as though the robot is coded to close the trade.
I will sort this out soon.
DislikedHave done. Update in post 1. Would you do me a favour and make sure the function is working as intended. It should do as it is merely copied from other robots where it is working properly; just shout out if not.
Ignored
DislikedHave done. Update in post 1. Would you do me a favour and make sure the function is working as intended. It should do as it is merely copied from other robots where it is working properly; just shout out if not.
Ignored
DislikedHope you are back to full health very soon Astral. Sounds like an awful, awful flu.Ignored
DislikedHi Steve!
Since you are clearly extremely busy coding all these great bots, I figured I could help you at least a tiny bit by pointing out a (small) bug in your latest addition to the 2ma MaCD bot:
The line "double AtrVal = iATR(NULL, 0, AtrPeriod, 0);//Take account of user choosing this option"
should be changed to "double AtrVal = iATR(symbol, 60, AtrPeriod, 0);//Take account of user choosing this option"
since otherwise you would use the ATR-Value of the chart the EA is attached to for ALL the pairs you're trading!!
Please keep up the...Ignored
DislikedThanks J. As it happens, this bot is allowed to run on any tf the user wants. 4H has been successful as well as the 1H. I don't think anyone is testing D1.
Ignored
DislikedHi Steve,
Just got in and happened to see this. Enclosed is a short USDCAD trade in the second half of the trade with the stop well north of the price. With the trade in this position the stop should be at +BEP I believe. If you get a chance check this one out please.......Thankz
whipIgnored
DislikedThe line "double AtrVal = iATR(NULL, 0, AtrPeriod, 0);//Take account of user choosing this option"
should be changed to "double AtrVal = iATR(symbol, 60, AtrPeriod, 0);//Take account of user choosing this option"
since otherwise you would use the ATR-Value of the chart the EA is attached to for ALL the pairs you're trading!!Ignored