coiler
coiler
Friends

Add friends via their profile or user search and you will be able to see if they are online

coiler
Added topic Is it wrong designing and EA this way?
Hi All, I would like to know if designing and EA this way it's wrong. My EA it's design to open and close a position on the open of the candle (market orders, no limit and stop orders ). But sometimes the close and the open are at the same time, my
coiler
Added topic Stop loss edge time decay approach
Hi all, i am working on some advance stop loss functions, could you give me some ideas about how to add a time variable in the stop loss functions, i mean, the initial stop loss (risk) shouldn't be the same at the first bar (opening trade bar) that
coiler
Added topic ShellExecute, what am i doing wrong? - Solved.
Just trying to test this and no way to run any external program from the expert... could you help me? I'm getting always error code 2 on the alert popup window. Build 610 Running on a WIndows 7 Ultimate machine. #import "shell32.dll"    int
coiler
Added topic Do old mql4 EA structure compile in Metaeditor 883?
Hi All, Can i go on coding my EAs the old way with the new editor without problem?. (I see very new things, OnStart (instead of start())... Could you give me the link to the new changes? Best
coiler
Added topic Trade managment EA
Hi all, is there a free trade management EA with a time exit support?. Thanks
coiler
Added topic Exporting to excel during backtest
Hi all, Wich is the best approach to export indicator values or variables values into excel during a backtest ?. If that is posible. Best
coiler
Added topic Importing Historical Data
Hi, could you help me to understand how historical data works in MT4? for example, when we import data from other sources (for example yahoo), where this data is stored?, what symbol is the container? i am importing data from a .csv (previusly
coiler
Added topic What is the aim of Offline charts?
Hi, could you tell me please, what is the difference between offline charts and live charts? I didn't found too much info about that. What they were designed for?. Which situation i would like to use them?. Best
coiler
Added topic Expected payoff calculation
Hi all, how is expected payoff calculated
coiler
Added topic Help undestanding indicators
Hi All, i am starting understanding and coding indicators and i am a little confused... i've seen inside the code of and indicator that calculates a weekly pivot point this line   last_week_high = Close[i+ 1 ];  i don't understand why this
coiler
Added topic Help with pending order management flow
Hi, let's assume i know how to create pending orders , i am sending two pending orders, above and below a price level plus a distance, once the pending orders ar set, could you help me with the flow? i mean, no code needed, just the steps to manage
coiler
Added topic Best way to export indicator value to a file
Hi all, i know how to export trade data from the tester to a csv file (using deinit function), i am wondering wich is the best way to export the indicator values to a csv file as well during a backtest with strategy tester . For example to see the
coiler
Added topic Custom target function
Hi All, is it posible to code a different target function ? (profit factor, balance...). If so, could you give some tips or sample?. I would like to optimize by win/loss ratio = 1 (avg winning trade / avg losing trade). Regards. 
coiler
Added topic Trades has disappeared in account history
Hi all, when i was reviewing my trade history i realized that almost all history trades has disappeared. What could have happened?. Regards. 
coiler
Added topic Speed up optimization
Hi all, could you give some tips to speed up optimization ?. Regards. 
coiler
Added topic Running script automatically every 30 seconds
Hi, it can be done?.  Running a script every n seconds. Regards
coiler
Added topic Candle aceleration
Hi All, could you give me any approach how to measure candle accelaration? any code example or pseudocode. Regards. 
coiler
Added topic Historical data integrity
Hi all, do you know any tool to check your historical data integrity?. I am looking for something like that to check the historical data integrity i am working with.  Best. 
coiler
Added topic Input string label is not changing when compiling
Hi all, I used to set labels to group extern input parameters definition. For instance: extern string ParameterSection1           = "//===== DEBUGGING ==" ;  If i change this string, for
coiler
Added topic Filtering results by EA
Hi All, when i have several EAs working on a one live account, how can filter the PnL results by EA? is that posible?.  Best. 
123