- Search Energy EXCH
- 28 Results
- tutsola replied Jun 16, 2015
Have you checked off Expert Advisor Allowed in both Tools - Options, and in the epert advisor Common settings?
Trapping System: Grid
- tutsola replied Nov 21, 2013
Hello xlitang how does the EA handle a platform disconnect? Will the already open trades become orphan trades and the EA start over? Or will the already open trades just resume as nothing ever happened?
Promised EA system
- tutsola replied Nov 20, 2013
computer crashed, FML. I will post new matfxbook when i have my new trading computer built
Promised EA system
- tutsola replied Jun 11, 2013
as it was pointed out to me, and i agree, i should post my attempt at coding this in the thread. i have tried many things, but i cannot get it to even close order on new bar consistently. sorry, if i need to show a code i might as well forget it. no ...
Simple Pending Order EA help
- tutsola replied Jun 9, 2013
i have nothing so far, that is the problem... i cant get the pending orders to delete properly, and that is one of the main features in the system i am developing. this is a big part of it, i have parts of it coded, filters, money managment, trade ...
Simple Pending Order EA help
- tutsola replied Jan 31, 2013
Well dont i feel like an idiot. Thank you for reminding, i just forgot. Thanks again.
Still Basketting
- tutsola replied Jan 31, 2013
The great GVC, thank you for your reply. While you are here, can i trouble you for some modifications to the bts v2.2?? Would realiy appeeciate JumpingStop insread of/ and trailing stop. And the posibility of short / long only. And just when i ask ...
Still Basketting
- tutsola replied Jan 31, 2013
Hello, i have problem with the GVC BTS v2.2. When it is loaded on a chart it is working perfect. But then the problem arrives, when it is on chart i cannot change the settings. I right click, go in to EA properties just like any other EA and then ...
Still Basketting
- tutsola replied Jan 30, 2013
Care to share the resulting EA when you get around to altering the code? And can you add Long only and Short only options? i am trying a method now by using one setting for longs and one for shorts. I trade longs from the H1 timeframe, and taking ...
Still Basketting
- tutsola replied Jan 29, 2013
Hello i have been trading this style now for some time and it is a fantastic way to trade to total market, not only two linked currencies. i have been experimenting a little and here are some observations i have made: my long are usually running ...
Still Basketting
- tutsola replied Jan 29, 2013
The MPBM didn't come with a pdf manual, only the MPTM. i know confusing. The MPBM is a lighter version of MPTM, and i use it with great success. What are the settings you are wondering about? for starters, set the magicnumber so the MPBM knows what ...
Still Basketting
- tutsola replied Dec 15, 2012
i am also a member over at stevehopwoodforex.com do not know what mail you are getting, but the only mails i get from him are messages on new EA's in development and good luck wishing on start of trade week. and the occasional heads up on scams, ...
Extracted Thread (per thread starter's request)
- tutsola replied Dec 14, 2012
hello ForexHard i have not been posting in this thread, have been more of a silent lurker. But i have traded this method since i read this thread in its whole about a good half year ago. i am very impressed about this method, and it generates about ...
Extracted Thread (per thread starter's request)
- tutsola replied Dec 14, 2012
sign me up, and will donate half my winnings to charity. already have a successful trading EA, so this will be my charity system
Never Lose in Forex - Guaranteed
- tutsola replied Nov 7, 2012
martingale sequence: lets say start lot 0.1: 24 x 0.1 loss = -24 24 x 0.2 loss = -48 24 x 0.4 win = +96 total pips = -24 total dollar = +24 this is the strength and the danger of martingale Thomas
Extracted Thread (per thread starter's request)
- tutsola replied Oct 28, 2012
string sObjName="buyline"+Time[1]; ObjectCreate(sObjName,OBJ_VLINE,0,Time[1],0); ObjectSet(sObjName,OBJPROP_WIDTH,1); ObjectSet(sObjName,OBJPROP_STYLE,STYLE_SOLID); ObjectSet(sObjName,OBJPROP_BACK,TRUE); ObjectSet(sObjName,OBJPROP_COLOR, Red); So if ...
Making visible lines within EA code
- tutsola replied Oct 23, 2012
well would you look at that, dont i feel like an idiot now...
oh well, live and learn learn to read for my part thank youHelp needed understanding this code
- tutsola replied Oct 23, 2012
works for me — it works fine for me, see attached image. only thing i changed was lot, broker doesnt support 0.01, it was changed to 0.1 for testing purpose trades every bar Thomas
Simple Renko EA
- tutsola replied Oct 19, 2012
Sorry dude — Without an EA on a chart actively denying you to trade, it is not possible i think. Metatrader dont have limitations built in. An EA checking lot size against a global set max value might work (just a thought, haven't tried it) ...
MT4: How can I set max lots per trade?
- tutsola replied Oct 19, 2012
Here — Here you go : url Use only in strong markets, else you will suffer account death of a thousand small losses. Tried this strategy, for a candle to win, you need 3 candles in same direction, 1 candle will lose 2 x renko, 2 candle 1 x ...
Simple Renko EA