Claudio Lasso / Profile
- Information
|
7+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Claudio Lasso
Added topic Show Ea result in Subwindow 1
Hi, I'n my EA I show on the left of the chart the result of some calculation Here is the code. void DrawInfo() { color foo1 = ColorText;
Claudio Lasso
Left feedback to developer for job Modifying An Existing EA adding news stop trading
Super work! Development in no time! The developer perfectly understood what I wanted!
Claudio Lasso
Added topic Find only a result in order select
Good evening, I'm trying to modify this function of my EA. The EA open several trade. What i'd like to obtain is that the function find only one thade that have the condition (in this case that the profit is >0 && <-1) Actually it
Claudio Lasso
Added topic Sum iADX of 2 days mql 4
Good evening, I'm coding an EA on mql4. I need to sum 2 iADX. Could you tell me if is this code correct? ( iADX ( NULL , PERIOD_D1 , 14 , PRICE_CLOSE ,MODE_MAIN, 1 )+ iADX ( NULL , PERIOD_D1 , 14 , PRICE_CLOSE ,MODE_MAIN, 2 )) Thanks a lot
Claudio Lasso
Left feedback to developer for job Additional CODE for manual implementation in my EA
superb!
Claudio Lasso
Added topic Open sell ord buy trade some points after the last open price
Hi, I have this code of my EA to retrive info about last order: double LastOrder( string info, int type=- 1 ) { for ( int i=OrdersHistoryTotal()- 1 ;i>= 0 ;i--) { bool select= OrderSelect (i,SELECT_BY_POS,MODE_HISTORY);
Claudio Lasso
Added topic Trailing stop in money instead of pips
Hi, I use a code to insert Trailing Stop on my EA: input double TrailingStop = 8 ; input double TrailingStep = 2 ; void MoveTrailingStop() { bool s,mod; for ( int cnt= 0 ;cnt< OrdersTotal ();cnt++) { s=
Claudio Lasso
Added topic Closing a trader at close of the corrente bar
Good morning, I'm coding an Ea to open trades on 1day or 4h chart. I'd like it close the trades when the daily or 4h candle close. There's someone that can help me with the code? Thanks a lot
Claudio Lasso
Left feedback to developer for job Create an EA based on an indicator bought on the market
fantastic as alway
: