
Quote from aportnoy:
aportnoy,
First of all welcome to ET and welcome to the world of loser-trading in the wild west of retail spot forex.
Remember... I did not code these EA's and I am not a coder. But I will try to help. Please do not ask me to code EA's as I do not and please do not ask me for trading advice because I am a loser...let's keep it like that ok?:
sir, i wanna ask this . because i'm newbie .since i new using ea, i dont understand what is this mean ? on ea properties
magic, If you load this into an account and you use more than one EA this becomes very important and keeps the trades separated and does not mix up or intermingle the signals. Use a unique number here to keep em' separated...
user slippage, this is sort of say...."boundries"...this is like a buffer for you to get filled at another price other than what the EA calls for. If you set it to tight you might not get filled..if you set it too loose you give your dealer a free hand to fill you where he may.
user tp, take profit or target exit.
user sl, stop loss. if you do not know what this is then you should not be trading. It is an exit that is automatic when your trade goes against you...it is sort of a threashold or a fail-safe mechanism to get out when the getting out is good!
use_tp_sl use take profit or stop loss..it instructs the automation to use your settings for the TP and the SL...perhaps there is another routine within the EA to choose from...for example an indicator based exit. Sometimes there is nothing else...then you ask then why is it a choice?...Many coders are cut and paste coders and include generic "chunks of code" in their EA's that are never used or commented out.
profit_lock this is another term for a trailing stop.
money management This is a term for determining your lotsize..usually a percentage of your balance...you increase your lotsize during the winning times and decrease during the losing times. There are schemes where this is reversed...anything can be programmed.
min_lots this is for those dealers that have a minimum trade size like 0.05. Forex is so fragmented and different dealers offer various rules within the MT4 platform causing difficulties for a programmer to write EA's to work on all of the various dealers. There is an attempt made in freelance programming to creat an EA that works with many different dealers.
riskk this sets the money management percent of balance.
progression this is a martingale type of scheme or a pure martingale multiplication to increase lotsize...sort of like a casino system. There are various ways besides just doubling each previous trade to use here. It is up to the programmer to assign what the various inputs might be here. He will usually establish several sub routines to be called up here according to your input and his label. He could assign the input 1 to be pure martingale...2 could be D'Alemebrt progression scheme, 3 could be an increment of +1...etc...
length this is used in the EA. this can be define whatever the EA is using it for...it is a settable variable.
deviation an opposing signal like a rubberband...this is settable.
shift this moves everything forward one candle, bar or timeframe increment. Its like a one period delay for the executable signals to use, if set to 1.
.
if u dont mind please explain, thanks![]()