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.
You must use the iCustom function in your EA to call this indicator:
iCustom(Symbol(),0,"ARSI",ARSIPeriod,0,0);
The number in red is the bar you want to look at. Change it as you need.
FerruFx
Thanks for your reply. Ya, i know that we can use the icustom function, but as i know, we can embed the indicator function by input the coding from the indicator, the following website Indicators embedding in Expert Advisors (iCustom alternative) | www.metatrader.info that explained by codersguru describe about that, but for the ARSI indicator, i not sure how to embed it into an expert advisor. Thanks for any recommendation !!
Hi everyone.
We are trying to improve 10points3. We need to change the code to close last third trade. Please refer to the last posts here: 10points 3.mq4.
We are getting good results here.
with respect to programming in MQL4 I'm a real newbie, but I'm learning every day. Currently I'm trying the following:
in the main loop of my EA, when certain conditions are met, an order is opened. This order is with a given entry, stoploss and takeprofit using the OrderSend function.
Only one order at the time is allowed:
total = OrdersTotal();
if(total < 1)
{ etc etc
What I'd like to build is that when the order's stoploss or takeprofit is hit, the EA waits with taking new orders until the current hourly bar (the bar within the stoploss or takeprofit is hit) finishes.
The problem at the moment is that as soon as the stoploss or takeprofit is hit, immediately another order is taken in the main loop.
The Problem is when the variations of value are 2 the combination only a few, but when the variations increase for example 5,7 or 10 etc so the combination to make the rank will very very a lot..
Hope somebody can help me for this kind of problem..
Thank's berfore, Sorry for my poor english, but I'm learning..
Pj..