Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Weird, i uploaded here a version that for 2% puts only a fiew arrows but i think it is right because i'm calculating the move so. Please correct me if i'm wrong:
Price is x. if price higher than x+x*percent than put a down arrow
if price lower than x-x*percent than put up arrow
Where percent is 0.02 or 2/100 or 2%. What am i doing wrong?
For the ones that don't know code this is the way i'm testing and i tested the indicator: I spot a down arrow for example i look before the arrow for a highest candle and i calculate this:
Price is (Candle.High + Candle.Low) /2. So I calculate the price for the Highest candle before the arrow, I calculate the 2% of that price and subtract it from the price
p=p-2/100*p. The candle with the arrow should have the price biger than the value obtained and the candle before the one with the arrow not. Please let me know if i'm doing something wrong or not...
MrPip:
could you modify the ea that we can chose more than one filter work together,like the "AND" logic when entry, that's mean all the filters we chose must be true when we entry .and also can chose more than one filter like "OR" logic when we exit , that's mean any one of the filter come to be true first we exit.
Weird, i uploaded here a version that for 2% puts only a fiew arrows but i think it is right because i'm calculating the move so. Please correct me if i'm wrong:
Price is x. if price higher than x+x*percent than put a down arrow
if price lower than x-x*percent than put up arrow
Where percent is 0.02 or 2/100 or 2%. What am i doing wrong?
The formula seems correct, so maybe it's a small coding error (for example some variable gets wiped out in the process...)
I'll take a look at the code, maybe I'll be able to spot it out.
Where is this price trigger signal indicator please?
I'm still working on that one... Currently it generates BUY/SELL signals using the precentualzz_victor indicator (currently being debugged by zmax) and the nonlagdot.
I attach bouncingPipEA_mpowerv3 to H1 platform. Price move from 228.20 to 231.20 but still no open trade. GBPUSD M30 also no trade. It's anything wrong? How about others? Do you have any open trade?
The v3 EA, the first one Mr. Pip posted works fine. I have been running it since yesterday on M30, it closed one eur/jpy trade(long) for 75 pips and I have the eur/usd long still open currently at 9 pips profit. North Finance demo.
I will run v31 from tomorrow, I will place it on g/u, g/j, e/j, u/j, e/u, usd/chf, usd/cad, aud/usd.
And yes Victor is right, I did not code anything, so he should be given credit for it.
Please, can u tell me what that and why have i it?
2007.09.18 12:17:22 2007.02.23 15:00 boincinPipEA_BigBear_nonlagdot+qqe_v2 GBPJPY,H1: OrderClose error 4108
2007.09.18 12:17:22 2007.02.23 15:00 boincinPipEA_BigBear_nonlagdot+qqe_v2 GBPJPY,H1: unknown ticket 32 for OrderClose function
Many tx, Marko
The open trade that has ticket as the order ticket number was closed by either take profit or stop loss so no longer exists. I fixed tht problem on my version.
Zmax, check my code on how to do this for any future EAs you write.
I do this in the CloseOrder and CheckForTrail functions.