- Search Energy EXCH
-
Macd-rsi replied Nov 12, 2020NEW LESSON: HOW TO GO TO NEXT PAIRS SHEET OR PAGE!! ans: click on page #--look at picture assume you select group of "MarketWtach" which has 302 pairs???
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020image GO TO SECOND SHEET AF PAIRS # GREATER THAN 43 HOW TO GO TO NEXT PAIRS SHEET OR PAGE!!
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020NEW LESSON: "43" box this box is an external variable to input and show the maximum number of pairs allowed to appear on one page or sheet. this box can not accept value greater than 43. Only values within 1 to 43 are allowed if you try to input ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020image 121-CONFIGURATION: we expect expert to place order lots in the following manner assuming ladder=1, FL=0.01=LI Order#1: lot1=(0.01+0.01*int(0/1)*2)*1*1^(int(0/1)) = (0.01+0.00)*1*1^(0) = 0.01*1 = 0.01 Order#2: ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020Ready-Made-Lot-Design Settings: (short cut) there are 4 boxes: 101-111-102-121 if you click on any one the three columns L1, L2, L3 will be modied accordingly for example if you click on 121 config: all values under L1 will be 1 all values under L2 ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020proof config 111=1-1-1 -- graded orders?? why graded? ans: equiation give thar: 0.01 then 0.02 then 0.03 etc.... proof: L=LI=0.01 Lots-----------Ladder=1----------- L1L2L3=111=1-1-1 ==> L1=1, L2=1, L3=1; starting of numbering order from 0; #O = 0, ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020answer: rule is: Lotsx = (FL+LI*int(#O/Ladder)*L2)*L1*L3^(int(#O/Ladder)) FL=LI=0.01 Lots-----------Ladder=1----------- L1L2L3=102=1-0-2 ==> L1=1, L2=0, L3=2; starting of numbering order from 0; #O = 0, then =1, then =2 etc... Order#1: ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020Why config 102 result in double lots each time? even though we are using the same equation. ??
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020hence 325 is not a number. It is just a three digits beside each others
325=3-2-5 ==> L1L2L3Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020#3 order is: Lots3 = (0.01+0.01*int(2/1)*2)*3*5^(int(2/1)) = (0.01+0.01*2*2)*3*5^2 = (0.01+0.04)*3*25 = 3.75 lot do you see 325 config: 0.03--->0.45--->3.75 great jump in lots for each new order
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020#2 order is: Lots2 = (0.01+0.01*int(1/1)*2)*3*5^(int(1/1)) = (0.01+0.01*1*2)*3*5^1 = (0.01+0.02)*3*5 = 0.45 lot
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020Assume we adopt 325 ( = 3-2-5) configuration ===> L1=3, L2=2, L3=5 and FL=LI=0.01; What is the first three order lots (assume ladder = 1) upon last equation? #O = 1 then 2 then 3 ( = first order then second order then third order) will be updated ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020lot equation for any configuaration is a single equation which may be considered a compact form for thousands of equations! do you imagine that!
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020each L1, L2 and L3 box except values from 1 to 9 L2 also accept value of 0 it is not logical for L1 and L3 to be 0 -- so programm will reject this value--you can not put them 0 , even if you intentionaly try. thererfore there are 999 possible lot ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020assume Ladder=1; and FL = 0.01 lot -----------(first order lot) and LI=0.01 lot -----------------(lot increment) now if we use 111 configurations, first five orders lots will be as follow: (111 = graded) order #1: 0.01 lot order #2: 0.02 lot order ...
Millionaire Expert (save as EA)
-
Macd-rsi replied Nov 12, 2020to answer last questions we focus now on columns titled: L1, L2 and L3. plus: ready-made-settings for L1L2L3 -- boxes: 101 - 111 - 102 - 121 Here I hope reader is smart enough
Millionaire Expert (save as EA)