Claudio Lasso
Claudio Lasso
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Claudio Lasso
Left feedback to developer for job Create a code to download some information stored in a WebPage
Claudio Lasso
Added topic search for the value of an indicator in the first candle back by indefinite candles
Good morning, I use an icustom function to look up the value of a buy or sell indicator in the previous candle: ex: double xyz (int index, int shift) {  return (iCustom (Symbol (), PERIOD_H1, "indicator", index, shift));  } then in the
Claudio Lasso
Added topic Calculate next position considering the first one
Hi, Suppose I open a buy trade at 1.23000 on eurusd with an expected TP of 10pips The market goes against me and I'd like open a new trade, this time short, at 1.20000 with a TP of 10pips. How can I calculate the lot size if I'd like to close all the
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
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
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
Claudio Lasso
Added topic Mql4 code to add to my exsiting EA to close all orders depending on profit
Good moring, I'm trying to trasform my EA in a Grid system. My EA opens sell and buy orders but I'd like to ass some code to do this: -EX: I had some orders opened on EURUSD sell and buy. I'd like the EA close all orders when a certain level of
Claudio Lasso
Added topic Help with EA code
Godd evining, I'm newbie in programming EA. I'd like to to an EA that does that - If price is under lower BB and volumes is higher than a certain parameter it must buy; - If price is upper Higher BB and volumes is higher than a certain parameter it
Mohammad Taher Halimi Tabrizi
Mohammad Taher Halimi Tabrizi 2019.08.09
Hi,
if you open a job on freelancer I will do it for you.
Claudio Lasso
Added topic Little code to implement my EA to open only an order daily on an asset
Good morning, i found a code to implement in my EA. My goal is simple: the EA must not opens more order if in the day there was an order on that asset or if an order in in progress. EA: today 01 - March the EA opens an order on USDCHF...if it close
Claudio Lasso
Added topic How can I insert ADX code in existing MQL4 code?
Hi I have an existing EA and I'd like to add a filter for opening position. The filter is the ADX. I'd like to tell to the EA: if ADX is higher than 50 ->  if DI+>DI-   -> Then open buy trade if ADX is higher than 50 
Claudio Lasso
Left feedback to developer for job EA open and close orders accoring renko color candle
Claudio Lasso
Added topic Script to insert in EA for close all the orders opened depending on account balance
Hi, I have an EA that do a lot of orders. I'd like to close all if I reach the daily target (suppose 1%). So if I have a balance of 1000usd the day 1 and it grow until 1020 with an equity of 1010 it must close all orders. Could someone help me
Claudio Lasso
Left feedback to developer for job CREATE a EA BASED on INVESTING.com technical analysis.
Claudio Lasso
Added topic MQL4 code to generate order according to a previuos loss
Good evening, I'm a beginner MQL4 developper. I have a question: 1) Suppose I open a trade position with a Take Profit of 5pips and no SL with 0.01 Lot 2)SUppose I close the position with a loss of 0.40 $ 3)If I want recover the previuos loss opening
12