Skip to content

Algo v1.2 Indicator.Set

PropfirmAlgo Algo v1.2.ex4 Set configuration: For source code, full version or mt5 version, you can post your request via comment section. inp1=——————————————————————-MainCount=3 //Main Countinp1A=——————————————————————-Enable_Main_A=true //… Read More »Algo v1.2 Indicator.Set

FTMOAcademy-InstrumentScanner1.1.ex5 set

; LicensePayingEmail=; SettingsMarketWatchScanMode=0VolatilityPeriod=70VolatilityTimeframe=16408WarnAboveDailyMovement=50PivotStatisticsPeriod=320UpdateIntervalSeconds=300; Filter (Show only)FilterMinPivotPercent=70FilterMaxDailyMovement=0FilterHideTouchedPivots=true For source code, full version or strategy tester reports, you can post your request via comment section.

Trade_Spider_1.2.ex5 Set & Code

; Expert Advisor SettingsPayingEmail=Not neededVolatilityPeriod=70.0PivotStatisticsPeriod=320TakeScreenShots=true;; Rules that Prevent tradingmaxRiskPerTrade=2.0maxSpreadVsStopLoss=5.0preventTooCloseToTarget=true;; Default valuesdefaultCommission=3.0defaultNumPositions=5defaultRiskType=1defaultInitialRiskPercentOfEquity=0.2defaultInitialRiskMoney=0.0defaultRiskToReward=5.0;; UI SettingsOptimizeUIActiveOnly=trueUIShowAverageSpread=falseUIShowClosedLosses=falsePivotDaysToShow=10ShowDailyPivot=trueShowS1AndR1=falseShowS2AndR2=falseShowS3AndR3=falseColorDailyPivot=42495ColorS1AndR1=13882323ColorS2AndR2=13882323ColorS3AndR3=13882323;; ADR Range from current price (middle)ShowFloatingAdrLines=trueShowFloatingAdrLabels=trueColorAdrRange=0LineStyle=0;; ADR Range from BottomShowPotentialAdrFromBottomHighLine=trueShowPotentialAdrFromBottomHighLabel=falseShowPotentialAdrFromBottomLowLine=trueShowPotentialAdrFromBottomLowLabel=falseColorPotentialAdrRangeFromBottom=15624315LineStyleFromBottom=1;; ADR Range… Read More »Trade_Spider_1.2.ex5 Set & Code

RoyalPrince Scalper Set

  • by

Lots=0.1RiskPercent=2.0OrderDistPoints=200TpPoints=200SlPoints=200TslPoints=10TslTriggerPoints=10Timeframe=16385BarsN=5ExpirationHours=50Magic=111 settings also for moneyprinter EA /Snippet void iProcesses()   {       if(PositionSelect(_Symbol))         {          if(PositionGetInteger(POSITION_TYPE) == POSITION_TYPE_BUY)            {             double bid = SymbolInfoDouble(_Symbol,SYMBOL_BID);             if(bid > PositionGetDouble(POSITION_PRICE_OPEN)… Read More »RoyalPrince Scalper Set

Moneyprinter EA Set mt5

Set file for Moneyprinter.ex5 and RoyalPrince_Scalper.ex5. EAs with different names, but they are the same. Lots=0.1RiskPercent=2.0OrderDistPoints=200TpPoints=200SlPoints=200TslPoints=10TslTriggerPoints=10Timeframe=16385BarsN=5ExpirationHours=50Magic=111