milanese wrote:as always, there was a bug in the first I uploaded
Sorry but you must redownload
Cheers
Tommaso
Good morning, I downloaded the corrected version.
Now as there are a lot of settings both legacy and what we have put together I just want to go through them to make sure that there are no strange conflicts... I will take it group by group of settings to go through.
----------------
MagicNumber=444
slippage=1
AdvertisedSpread=5.00000000
UseFixedLot=1
FixedLot=0.50000000
StackLot=0.30000000
Okay these are self explanatory so no problem
---------------------
MinTPProfitInUSD=15.00000000 -
As you explain this is used by CSS which by default is set to false
UseHT=1 -
This is used to look at a higher TF trend to open positions when HA is same trend as lower TF where the EA is running
DelayTheEntryForXBars=2 - To open initial position wait two bars.
Question: is this only for HA Cross or will this work with Stoch crosses as well??
DelayFromLastEntryForXBars=2 - To open additional positions wait two bars.
Question: is this only for HA Cross or will this work with Stoch crosses as well??
MainEntryOnlyWithHACross=0 - Will open initial position with HA cross if TRUE
UseStochForMainEntryWOHACross=1 Will open initial position with Stoch cross if TRUE
Question: What happens if both are set to TRUE??
--------------------------------
sto=--Stochastic inputs--
StochTF=60
K=7
D=2
Slowing=2
pf=0=Low/High; 1=Close/Close
PriceField=1
mam=0=Simple: 1=Exp: 2=Smooth{ 3=Linear
StochMaMethod=2
sti=Mode: 0 = Main: 1 = Signal
ModeStoch=0
StochBuyLevel=20
StochSellLevel=80
These are all self explanatory
---------------------------------
PriceWithinHALine=10 -
Now does this work with HA cross only or also with STOCH crosses??
HigherTF=30 - This sets the TF which when UseHT=TRUE will work.
TakeProfit=300
StopLoss=75 -
If we are using the HA_SLMovingDistance does this variable work or conflict??
Risk_percent=3 -
Does this work if UseFixedLot=FALSE??
---------------------
MaMetod=2
MaPeriod=20
MaMetod2=3
MaPeriod2=3
These are all self explanatory
----------------------
Use_HACrossAgainstUsExit=0 - This is used to exit positions if set to TRUE
Use_SetBEAndJump=0
Question: What is this used for?
HA_SLMovingDistance=10 This is to set how far away from the HA line to set the moving SL
MovingSL_TF=5 This is the TF HA line that HA_SLMovingDistance= will be using.
------------------------------------
SecureProfit=4
JumpProfit=15
SetBEminPip=30
Question: Are these being used and if so can they be turned off by default??
----------------------------
SecureProfitST=4 - ???
JumpProfitST=10 - ???
SetBEminPipST=30 -
Does this mean when ST is 30 pips it will bring SL to BE??
Question: Are these being used and if so can they be turned off by default??
-----------------------------
UseCloseFriday=0 - Self explanatory
UseReEntry=1 -
Question: What does this do?
AddAdditionalPositionsInTrend=1 - Will reenter additional positions if set to TRUE
MaxAdditionalPositions=3 Self explanatory
Is there a way to group them accordingly to what they do a little better? I am not a coder but I can move the extern variables around if that is how it work?
Thanks for any input....