hello everybody,
I need OBV trendline mq4 is it possible
I need OBV trendline mq4 is it possible
Broker Challenge "NDD/STP" vs. True "ECN" and "Mkt Mkr" broker talk 46 replies
Dealing with "Invalid Price", "Requote", "Server Busy" in MT4 3 replies
The Ultimate truth by gg53 4 replies
Metatrader "killing" 3rd party developers? 6 replies
It’s our job to trade "Futures" not "Histories", by Joe Ross 7 replies
Dislikedgg53, thanks for your response and example of the breakout used on a news event (don't worry, I won't be trying that anytime soon). I do realize that the Asian session is just a specific, private case, but I don't have a lot of time during the day to watch for other periods of consolidation and am just focusing on this aspect for now. Eventually I hope to expand on your system and use all of your other advice as well. I'm currently trying to find a way to visually determine whether or not a pair is actually consolidating during the Asian session...Ignored
DislikedI've been trying a few different strategies, varying the PercentIncrease, TP and TS values. So far, a PercentIncrease of 1.0, TP 2.0, and TS 110 has been working best for me. I have the StopLossInPips set to 50. I'm noticing though that even though my demo accounts are making money, the SLs are much larger than TPs. The TPs don't seem anywhere near a 2:1 ratio. Shouldn't a 2.0 TakeProfitRatio set the TP at 2x the SL? If not, how is this supposed to work? It would be really nice to be able to set a Max SL value. And maybe to have the ability to set...Ignored
Disliked{quote} shresdk, Sorry for the long absense. To refine the Asian Breakout with Gadi_OBV - there are 2 options (or combination of both): 1. Look for the DAILY trend (SMA 50 or SMA 100) - and trade breakouts only in the direction of the trend. 2. Trade breakouts of Gadi_OBV only when a full bar is completed above/below the breakout time. (draw a horizontal price line at the time of breakout on the main chat and wait for a full bar to close above it). The second option will be a delayed entry. You can also use both methods together. Those rules/methods...Ignored
Disliked{quote} Hello shiva, Have a great week... Nice performance (wealthmiller) - care to elaborate? G.Ignored
inputs:
extern bool RenkoChart = true;int start()
{if ( showW1 ) W1Buffer = GetSlopeRSI( Symbol(), PERIOD_W1, iBarShift ( NULL, PERIOD_W1, currentTime ) );
This how I squeaked out the renko with limited buffers. This way you just re-use an existing buffer, makes it easy!
Dislikedgg Great to see you back. Excellent system, thanks for the training. Every time I logon on to this forum my nugget of knowledge gets bigger! With all that smoke I have 3 requests. 1. Can you set your files up for renko by allowing the chart Period() be active such as on, "OBV_2.2" works great on renko but "currencies_3.1_diff" doesn't: inputs:extern bool RenkoChart = true; int start(){ if ( RenkoChart ) W1Buffer = GetSlopeRSI( Symbol(), Period(), iBarShift ( NULL, Period(), currentTime ) ); if ( showW1 ) W1Buffer = GetSlopeRSI( Symbol(), PERIOD_W1,...Ignored
DislikedHey, I just noticed that I need one more vouch to get 10. What happens after 10? G.Ignored
Disliked{quote} Traderduke, Where can I get the "GetSlopeRSI" function (to see if my coding works....). In any case it will take me a few days to complete. I'm currently quite busy. G.Ignored
DislikedThank you all Guys for your valuable contribution in this thread and I pray for all of you to succeed in your Business, most especially to GG53,Jusiur and all of intel guys here. This is my first post, and because of my 10 & sometimes 12 hrs long job I only spend 2 to 3 hrs a day every night to study hard and observe the market movement,one of my favorite tool I used to play and experiment is Gadi_tick volume and overlay the Bollinger Band,i attached the screen shot here.I don't know if this will make sense to you guys,but it make sense to my simple...Ignored
DislikedThank you all Guys for your valuable contribution in this thread and I pray for all of you to succeed in your Business, most especially to GG53,Jusiur and all of intel guys here. This is my first post, and because of my 10 & sometimes 12 hrs long job I only spend 2 to 3 hrs a day every night to study hard and observe the market movement,one of my favorite tool I used to play and experiment is Gadi_tick volume and overlay the Bollinger Band,i attached the screen shot here.I don't know if this will make sense to you guys,but it make sense to my simple...Ignored