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.
could you design the basic for me, where it draws a line automatically at each level and labels it.
It automatically calculates the fib levels on any timeframe based on DAY_HIGH and DAY_LOW, external input can be whether today = 0 or yesterday = 1
So if today = 0 then day_high and day_low of today is used, and if today = 1 [yesterday] then day_high and day_low of yesterday is used. for the same timeframe on which the indic is being used. M1, M5, M15, M30, H1, H4, D1, W1, MN
Let me know if you need help / tips - I'd be glad to assist.
PM me if you'd like...
-CS
I need to know the logic to be used for buy and sell.
Lets say when price moves from 0.0 level to 23.6 level then buy with target at 61.8 or a little lower if and only if it bounces from 61.8, but if it goes through then hold target till next level and check again for a bounce, if it does not then move target to next level.
Same way for sell positions, at every level check for bounce, if it does not happen then move target to next level.
I need to know the logic to be used for buy and sell.
Lets say when price moves from 0.0 level to 23.6 level then buy with target at 61.8 or a little lower if and only if it bounces from 61.8, but if it goes through then hold target till next level and check again for a bounce, if it does not then move target to next level.
Same way for sell positions, at every level check for bounce, if it does not happen then move target to next level.
if bounce happens close trade.
Suggest.
Ahh.. OK - well if you already have a working indicator, which it sounds like you do, you can simply use:
double ObjectGet( string name, int index)
So, if your actual object for 23.6 level is called "236 Level", then you can get the price value from that object by doing:
now you need an IF statement that adjusts the target upwards as it breaks through levels, or one that closes out as price bounces off.
in pseudo code for a buy:
if (OldPrice == Target618Price + 5 pips) && (CurrentPrice == Target618Price - 10 pips) then Close order /// was over and seems to have bounced
else if (OldPrice == Target618Price + 5 pips) && (CurrentPrice == Target618Price + 10 pips) then Move SL to TriggerPrice and start monitoring the next level up.
I used only and only this indicator to open a trade on daily charts, the amazing aspect is that this one adjusts itself on all time frames, and adjusts itself according to prevailing market conditions.
It gives trades specific to the moment, so if you are scalping based on 1 Minute it will give you targets specific to 1 Minute.
Amazing !!!
I just had an idea on making something, but never figured out that it will DOUBLE MY ACCOUNT in 16 hours !!!
I used only and only this indicator to open a trade on daily charts, the amazing aspect is that this one adjusts itself on all time frames, and adjusts itself according to prevailing market conditions.
It gives trades specific to the moment, so if you are scalping based on 1 Minute it will give you targets specific to 1 Minute.
Amazing !!!
I just had an idea on making something, but never figured out that it will DOUBLE MY ACCOUNT in 16 hours !!!
1. I am a bit blank on how to use this particular indicator.
2. When you remove the indicator from a chart, it DOES NOT remove the objects it created. Just so you know.
Cheers,
Diam0nd
I LOVE
__________________
- MetaTrader v4.00 Build 225 (10 Jul 2008)
- MetaTrader MultiTerminal v4.00 Build 213 (20 Mar 2008)
- Always use the latest (^ABOVE^) MetaQuotes products, saves a lot of nerves. What's new.
"METAQUOTES FOR LIFE!"