- Search Metals Mine
-
Samer1970 replied Jul 26, 2016It is working with me perfectly after i added my broker mark ` image
Need Help to modify indicator!
-
Samer1970 replied Jul 26, 2016hi i tried to operate it , it isnot working, well, i think i might know the reason, do the followings: check your board of mt4, the pairs is there an hash or mark on them add this mark to the code for each pair for example my broker is not allowing ...
Need Help to modify indicator!
-
Samer1970 replied Jul 26, 2016because of that, i said in the first post ... it is manual trading better than ea trading ... no fun at all in ea trading and it is dummy

Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016ok when a code is done, ther are 2 options to make the compounding , option 1 to compound the take profits into one bot, like gambling the jackbot , and you will wait the price to touch it and this is very good for small accounts, or option 2, you ...
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016i will not use the histogram, the values under zero are wrong - i found the bug but it need magix to solve it in better way. i will change the code to normal stoch let's see what will be the results
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016there is not any martinage only if equity more than 10,000 add 0.01 lot
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016first test not bad - but there is a bug in the sell - i did not make any sell trades i do not know why, i will check the code again i will share the code once i feel good with it image
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016if( AccountEquity()>=10000) { Lots_sell = iLots+0.01; Lots_buy = iLots+0.01; } if( AccountEquity()>=20000) { Lots_sell = iLots+0.02; Lots_buy = iLots+0.02; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// ...
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016i will add decompounding in case the compounding not touching the price...... far away
MORE PROTECTION FOR PLAYING HERE AND THERE IN THE TIME FRAMES, I WILL CHANGE IT LATER ON TO BE MTF BUT FOR NOW ONLY I WILL MAKE IT FOR ONE TIME FRAME 5 ...Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016More code ideas equity will increase the lot size - i do not want to make it manual if (Bars<500){Comment("if Bars<500 (No Trading) = ",Bars);return;} extern string note11 = "--------------------------------------------"; extern string note12 = ...
Touch - not touch: Forex reality
-
Samer1970 replied Jul 26, 2016i will add here a code as magix is moving the thread into new dimenssion i like it. thnak you magix . your code idea is nice, and i think it can be developed more. stilli like manual trading, but as we are moving into new dimensssion in this thread, ...
Touch - not touch: Forex reality