Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Meng Li  
Sar Trading Station is a semi-auto trading system based on Parabolic SAR.
This is an agile platform, you can setup varies parameters to optimize the specific symbol pair trading strategy for yourself!
1. HowManyMinLot: How many you want buy or sell(how many Minimum permitted amount of the symbol. e.g:if 0.01 is the permitted  minimum lot, when you input 1,you will buy 0.01 lots when the open position condition met.
   Please Notice: this program can only open 1 position for 1 symbol at one time frame chart window.if you want trade 10 symbols and 2 time frame(maybe 1hour and 4hours) each, you need open 20 chart windows.
2. Round: how many round you want the EA buy of sell.
   0:no buy or sell permitted.
   1:only buy or sell once (when meet the sell or buy condition)
   2-99999:,more round input will buy or sell more time, you can input a big number like 999, then using the strategy test for optimization.
3. BuyOrSell: command of Buy or Sell? the command list as below:
   0:do nothing
   1: buy, when the currency pair price is down and close to the support of SAR.
      this command is like "buy retracement".
   2: buy, when the currency pair price is down and close to the support of SAR or when the price is up and break the resistent of SAR.
      this comand is like "buy retracement" and "buy breakout"
   3: buy,when the currency pair price is up and break the resistent of sar some distance off.
      this comand is like "buy breakout".
   4: buy,when the currency pair price is down and close to the support of SAR or sell,when the price is up and close to the resistent of SAR.
      this comand is like "buy retracement" and "sell rebounce".
   -1: sell, when the currency pair price is up and close to the resistent of SAR.
      this command is like "sell rebounce".
   -2: sell, when the currency pair price is up and close to the resistent of SAR or sell, when the price is down and break the support of sar some distance off.
      this command is like "sell rebounce" and "sell breakout".
   -3: sell, when the currency pair price is down and break the resistent of SAR some distance off
      this command is like "sell breakout".
   -4: sell, when the currency pair price is down and break the resistent of sar some distance off; buy, when the price is up and break the resistent of SAR some distance off
      this command is like "buy breakout" or "sell breakout".
4:SarSupport: what the period of the SAR, you want to use as the support price(buying or selling price)
              when the currency pair price is close to it or break it(up to the command BuyOrSell input),the system will automatically open position
   1: 1 minute
   5: 5 minutes
   15:15 minutes
   60:1hour :this is easy for memorization,1 hour =60 minutes
   4: 4 hours :
   24:1 Day  :  this is easy for memorization,1 day = 24 hours 
   7: 1 Week :this is easy for memorization,1 week = 7 days 
   31:1 Month :this is easy for memorization,1 month = 31 days 
5.SarStopLoss: what the period of the SAR you want to use as the StopLoss Price.
               using this period SAR price with some algorithm to calculate the stoploss.
   1: 1 minute
   5: 5 minutes
   15:15 minutes
   60:1hour :  for memorization,1 hour =60 minutes
   4: 4 hours :
   24:1 Day  :   for memorization,1 day = 24 hours 
   7: 1 Week : for memorization,1 week = 7 days 
   31:1 Month : for memorization,1 month = 31 days 
6.StopLoss:when open a position, this is the initial StopLoss (pips)
           Pls notice: you can just read it from the csv files what i provided, you can modify it with text editor, some value (the time frame from 15 mins to 1 day)has been optimized, you had better only optimize less than +-33%,you can optimize Other timeframe's stoploss by your self.
   0:0.no stoploss.
   -1:read stoploss value from csv file (StopLoss1H.csv is the default 1 hour configure,StopLoss4H.csv is the default 4 hour configuration),you can edit the
      csv file by text editor.
   1-655535:interger
   300:300 pips is the default value
7.FRTrailing: 3 ways of using algorithm of Fibonacci Retracement to calculate the stoploss of the order.
   0:not using the algorithm of Fibonacci Retracement,only use the default algorithm. The default algorithm is using StopLoss pips
         as the trailing stop pips, and combined with SAR Price, this algorithm will get best profit, if the trend is right.
   1: use algorithm of Fibonacci Retracement to calculate the stoploss of the order (focus on good gain).
   2: use algorithm of Fibonacci Retracement to calculate the stoploss of the order (focus on secure the profit, maybe not gain much, also not lost much).
8.VolumeCheck: is algorithm of using Volume to double check buy or sell.
   0:not using the algorithm of Volume, Only by SAR price.
   1:using the algorithm of Volume to double check whether open position or not.
9.MaxSlip:The max Slippage
   1-655535: interger
   3:3 pips is the default value
10.CheckTradingTime:setup the auto trading time
   0:no limit
   1:the trading time (Open position time)will start form Server--StartHour:StartMin to Server--EndHour:EndMin,if this symbol already has open position,the trailing stop not affected by CheckTradingTime.
11.StartHour
   0:no set up
   0-23:Hours
12.StartMin
   0:no set up
   0-59:Minutes
13.EndHour
   0:no set up
   0-23:Hours
14.EndMin
   0:no set up
   0-59:Minutes
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The examples:
               1.if you think "AUDUSD" will be uptrend, so want to buy 0.05 lots AUDUSD(the minimum permitted lots by server is 0.01) when the price breakout 1 hour timeframe
                 SAR, and the volume is above average, and you want buy only once, stoploss is 379 pips, not using Fibonacci Retracement as trailing algorithm.
                 you need open a "AUDUSD" chart first, then run EA, input:
               HowManyMinLot=5
               round=1
               BuyOrSell=3
               SarSupport=60
               SarStopLoss=60
               StopLoss=379
               FRTrailing=0
               VolumeCheck=1
               2.if you are not sure AUDUSD uptrend or downtrend ,you want to buy 0.1 lots when the price is retrace to 4hours SAR Support, or sell when the price go up and close to
                 the 4 hours timeframe SAR resistent, and you want  use the stoploss data in StopLoss1H.csv(optimized for 1 hour timeframe stoploss) as your stoploss, buy or sell 2 round total, using Fibonacci Retracement as trailing algorithm
                 (for a good profit),and don't want do the volume check, you can input:
               HowManyMinLot=10
               round=2
               BuyOrSell=4
               SarSupport=4
               SarStopLoss=60
               StopLoss=-1
               FRTrailing=1
               VolumeCheck=0
               3.if you want optimize the trading command(BuyOrSell) for specific symbol pairs at 1 hour time frame ,you just need open strategy tester,then set up:
               * Select a symbol e.g:EURJPY
               * Select 1 hour period 
               *  HowManyMinLot=1
                  round=999
                  BuyOrSell=-4  To  4 Step 1
                  SarSupport=60
                  SarStopLoss=60
                  StopLoss=100   To 1000 step 50
                  FRTrailing=0   to 2 step1
                  VolumeCheck=1
Dateien:
Meng Li  
mengmeng:
Sar Trading Station is a semi-auto trading system based on Parabolic SAR.
This is an agile platform, you can setup varies parameters to optimize the specific symbol pair trading strategy for yourself!
1. HowManyMinLot: How many you want buy or sell(how many Minimum permitted amount of the symbol. e.g:if 0.01 is the permitted  minimum lot, when you input 1,you will buy 0.01 lots when the open position condition met.
   Please Notice: this program can only open 1 position for 1 symbol at one time frame chart window.if you want trade 10 symbols and 2 time frame(maybe 1hour and 4hours) each, you need open 20 chart windows.
2. Round: how many round you want the EA buy of sell.
   0:no buy or sell permitted.
   1:only buy or sell once (when meet the sell or buy condition)
   2-99999:,more round input will buy or sell more time, you can input a big number like 999, then using the strategy test for optimization.
3. BuyOrSell: command of Buy or Sell? the command list as below:
   0:do nothing
   1: buy, when the currency pair price is down and close to the support of SAR.
      this command is like "buy retracement".
   2: buy, when the currency pair price is down and close to the support of SAR or when the price is up and break the resistent of SAR.
      this comand is like "buy retracement" and "buy breakout"
   3: buy,when the currency pair price is up and break the resistent of sar some distance off.
      this comand is like "buy breakout".
   4: buy,when the currency pair price is down and close to the support of SAR or sell,when the price is up and close to the resistent of SAR.
      this comand is like "buy retracement" and "sell rebounce".
   -1: sell, when the currency pair price is up and close to the resistent of SAR.
      this command is like "sell rebounce".
   -2: sell, when the currency pair price is up and close to the resistent of SAR or sell, when the price is down and break the support of sar some distance off.
      this command is like "sell rebounce" and "sell breakout".
   -3: sell, when the currency pair price is down and break the resistent of SAR some distance off
      this command is like "sell breakout".
   -4: sell, when the currency pair price is down and break the resistent of sar some distance off; buy, when the price is up and break the resistent of SAR some distance off
      this command is like "buy breakout" or "sell breakout".
4:SarSupport: what the period of the SAR, you want to use as the support price(buying or selling price)
              when the currency pair price is close to it or break it(up to the command BuyOrSell input),the system will automatically open position
   1: 1 minute
   5: 5 minutes
   15:15 minutes
   60:1hour :this is easy for memorization,1 hour =60 minutes
   4: 4 hours :
   24:1 Day  :  this is easy for memorization,1 day = 24 hours 
   7: 1 Week :this is easy for memorization,1 week = 7 days 
   31:1 Month :this is easy for memorization,1 month = 31 days 
5.SarStopLoss: what the period of the SAR you want to use as the StopLoss Price.
               using this period SAR price with some algorithm to calculate the stoploss.
   1: 1 minute
   5: 5 minutes
   15:15 minutes
   60:1hour :  for memorization,1 hour =60 minutes
   4: 4 hours :
   24:1 Day  :   for memorization,1 day = 24 hours 
   7: 1 Week : for memorization,1 week = 7 days 
   31:1 Month : for memorization,1 month = 31 days 
6.StopLoss:when open a position, this is the initial StopLoss (pips)
           Pls notice: you can just read it from the csv files what i provided, you can modify it with text editor, some value (the time frame from 15 mins to 1 day)has been optimized, you had better only optimize less than +-33%,you can optimize Other timeframe's stoploss by your self.
   0:0.no stoploss.
   -1:read stoploss value from csv file (StopLoss1H.csv is the default 1 hour configure,StopLoss4H.csv is the default 4 hour configuration),you can edit the
      csv file by text editor.
   1-655535:interger
   300:300 pips is the default value
7.FRTrailing: 3 ways of using algorithm of Fibonacci Retracement to calculate the stoploss of the order.
   0:not using the algorithm of Fibonacci Retracement,only use the default algorithm. The default algorithm is using StopLoss pips
         as the trailing stop pips, and combined with SAR Price, this algorithm will get best profit, if the trend is right.
   1: use algorithm of Fibonacci Retracement to calculate the stoploss of the order (focus on good gain).
   2: use algorithm of Fibonacci Retracement to calculate the stoploss of the order (focus on secure the profit, maybe not gain much, also not lost much).
8.VolumeCheck: is algorithm of using Volume to double check buy or sell.
   0:not using the algorithm of Volume, Only by SAR price.
   1:using the algorithm of Volume to double check whether open position or not.
9.MaxSlip:The max Slippage
   1-655535: interger
   3:3 pips is the default value
10.CheckTradingTime:setup the auto trading time
   0:no limit
   1:the trading time (Open position time)will start form Server--StartHour:StartMin to Server--EndHour:EndMin,if this symbol already has open position,the trailing stop not affected by CheckTradingTime.
11.StartHour
   0:no set up
   0-23:Hours
12.StartMin
   0:no set up
   0-59:Minutes
13.EndHour
   0:no set up
   0-23:Hours
14.EndMin
   0:no set up
   0-59:Minutes
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The examples:
               1.if you think "AUDUSD" will be uptrend, so want to buy 0.05 lots AUDUSD(the minimum permitted lots by server is 0.01) when the price breakout 1 hour timeframe
                 SAR, and the volume is above average, and you want buy only once, stoploss is 379 pips, not using Fibonacci Retracement as trailing algorithm.
                 you need open a "AUDUSD" chart first, then run EA, input:
               HowManyMinLot=5
               round=1
               BuyOrSell=3
               SarSupport=60
               SarStopLoss=60
               StopLoss=379
               FRTrailing=0
               VolumeCheck=1
               2.if you are not sure AUDUSD uptrend or downtrend ,you want to buy 0.1 lots when the price is retrace to 4hours SAR Support, or sell when the price go up and close to
                 the 4 hours timeframe SAR resistent, and you want  use the stoploss data in StopLoss1H.csv(optimized for 1 hour timeframe stoploss) as your stoploss, buy or sell 2 round total, using Fibonacci Retracement as trailing algorithm
                 (for a good profit),and don't want do the volume check, you can input:
               HowManyMinLot=10
               round=2
               BuyOrSell=4
               SarSupport=4
               SarStopLoss=60
               StopLoss=-1
               FRTrailing=1
               VolumeCheck=0
               3.if you want optimize the trading command(BuyOrSell) for specific symbol pairs at 1 hour time frame ,you just need open strategy tester,then set up:
               * Select a symbol e.g:EURJPY
               * Select 1 hour period 
               *  HowManyMinLot=1
                  round=999
                  BuyOrSell=-4  To  4 Step 1
                  SarSupport=60
                  SarStopLoss=60
                  StopLoss=100   To 1000 step 50
                  FRTrailing=0   to 2 step1
                  VolumeCheck=1
Dateien:
Meng Li  

Pls Notice:

Anyone want doing massive symbols Strategy test,you need put all the optimized stoploss file to the \tester\files folder

and setup StopLoss==-1

 

thx 

Dateien:
StopLoss.zip  16 kb
Meng Li  

Normally if the trader is very sure the pair price will go up about 1 week and ignore  volatility below  15 Minutes period,then he can input BuyOrSell=2 and round=10,trade this symbol at 1 hour period,and he can get 1-10 transaction

If he think the pair will go up about 1 month and ignore  volatility below  1 hour period , he should trade at 4 hours period.

 

I prefer using this EA at 5 minutes before the important event published from Economic Calendar,and setup BuyOrSell=-4 using 1-15 minutes period, and trading 3 rounds, No matter the price go up or down, I will follow the trend.
Meng Li  

This new program description:  

HowManyMinLot: Default is 2,Trading with Howmany Mini lots(2,3,4...99) 

Round: Trading Rounds(1,2,3...9999) 

BuyOrSell: Long,Short or No Trading(1=Buy,-1=Sell,0=No Trading) 

TimeFrame: Default 1hour(1,5,60,4,24,7:1,5,60mins,4,24hours,7 Days)

k1: Optimized value is 0.6,(0.2-1,Stronger Trend With Bigger K1 value) 

k2: Optimized Value is 1.25,(1-1.5,Stronger Trend With Bigger K2) 

k3: Optimized Value is 85(80-100,Stronger Up Trend With Bigger K3)

k4: Optimized Value is 15(0-20,Stronger Down Trend With Smaller K4)

EAStartMA1: 0=Not Using EMA(0-250,buy/sell when Price is above/below EMA)

Spread=0: 0=Current Spread(0-99999, spread of the symbol)

Meng Li  

EAStartMA1 value can be negative value, for example:

if input EAStartMA1=-200, it means that the EA will start only when the price is close to the EMA200, and when the price is far from EMA200, the EA will stop.  

Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen