Forex Forum

Please or Register to create posts and topics.

Automated MultiPower Strategies

EA MPGO v5.0.4.x - in this version old ClearVision strategies also works - but with parameter Multi_Pipstep= false (it means each pair will be trade in separate pipstep and separate signal of open). In this thread we will discuss only strategies that will works only with  Multi_Pipstep= true

This Automated strategies works with Multi_Power = true. Ea open first milti-grid levels same time at all pairs that EA calcualte from ClearVision indicator (it can be 2 4 6 7 8 or even 16 pairs, it depends from # of ClearVision strategy we will use - read below). It save pairs and directions into ClearVisionIndexPairs.txt file during it opens start orders to use same signals at next multigrid levels using Avg_Pipstep that you will see in Monitoring.  

STRATEGY TESTER CANNOT WORK WITH writing and reading to files! Do not run EA in tester!   

NoNewTrade=true also modified if Multi_Power = true - EA will trade new orders until it will close profit Target and Stop! To start trade make NoNewTrade=false! 

If negative Avg_Pipstep > Pipstep EA will open NewMultiGridLevel at same pairs. You simply setup PIPSTEP=15 in set and if Avg_Pipstep=-15 in this case EA open new MultiGridLevel and Start calculated Avg_PipStep for last opened multigrid level. Difference between usual pipstep and Multi-Pipstep is that at usual pipstep EA can have big drawdown at 1 pair and at others not big, but with MultiPipstep it help you survive in big trend at 1 pair that will not have such big drawdown and no much orders every pipstep pips. Example Avg_PipStep = -15  it means if EA trade 10 pairs same time it calcualte at each of 10 pairs average distance from price open to current price (not onle at 1 pair) at show us in monitoring. if 1 pair will have drawdown = -100 pips but other pairs will have -3 pips drawdown the Avg_PipStep = -(+3+3+3+3+3+3+3+3+3+100)/10 = -12.7 pips. So if we would use usual pipstep as usual one pair grider do - we would have at pair that in biggest drawdiown -100 pips (100/15= 7) about 7 grid level and bigger drawdown comparing with usual pipstep=15 pips for each pair

So i decided to keep same signals in txt file from Start levels and trade same signals until target equity. If we let open new pairs from new signals we will have a lot of new serials and negative locks because of signal changes. Also signal files will be deleted once we reach target equity or we manually close all orders in + or - . (no Market Positions). Also you can see current indexes and pairs signals in TXT files to understand do you need to close all positions to make EA read and update current market signals into TXT signal files..  

At next picture see which Comments and Magic Numbers EA use during trade in Multi-Power=true. We also have manual button if you like big automated Avg_PipStep like 25 - 50 pips but you like to add NOW manually new multilevel same signal form file... Also possible. 

Intime we will make and add all existed ClearVision strategies usible with Multi_Power=true and Multi_Power=false. For now will add only important strategies that can be used with Multi_Power=true that we tested and works in profit with not big drawdown... But keep in mund Multi_Power=false can open a lot of new serials and positions with lock at 1 pairs - it can be used only in specific market like trading at News. 

Signal Files EA delete only if Multi-Power=true + NoMarktOrders + AutoTradingButtonOn. If one of this three condition is false EA not delete files, so you can turnoff if using AutoTradingButtonOff at VPS for wekends to not kill hardDisk if your acc have no market orders 

 

Андрей К. and ABU BASEL have reacted to this post.
Андрей К.ABU BASEL
For attach image use this Service https://imgtr.ee/

TypeClearVison=37 + Multi_Power=true (7 pairs in one Multi-Grid lvl. Anti-Trend with Low drawdown)

EA write Sorted Indexes into file ClearVisionIndex.txt using ClearVision indicator logic at Current Market: 
7: JPY
6: NZD
5: CHF
4: AUD
3: CAD
2: EUR 
1: GBP
0: USD

Buy Pairs: 0/7   0/6   0/5   0/4
Sell Pairs: 7/0   7/1   7/2   7/3

We buy Lower index into 4 highest indexes and sell Highest index into 4 lower indexes:



Based on ClearVisionIndex.txt EA write pairs into file ClearVisionIndexPairs.txt:

First line in file is a Sell pairs: AUDUSD NZDUSD 
Second line in file is a Buy pairs: USDCHF USDJPY GBPJPY EURJPY CADJPY 

In Sell pairs we can see not existed pair : 7/0 (JPYUSD) but it is the same as 0/7 (USDJPY). Basically we sell 4 upper indexes and buy 4 lower indexes to each-other in only 7 pairs because JPYUSD not exist and we keep only USDJPY for both 7/0 and 0/7 one time.

First and next multi-grid levels will use same signal from file ClearVisionIndexPairs.txt. Both files will be updated only if you or EA close all Market Positions + AutotradingButtonOn + Multi_Power=true

Set File ClearVision37: Download 
-----------------------------------------------------------
TypeClearVison=38 + Multi_Power=true (7 pairs in one Multi-Grid lvl. Trend with Low drawdown) 
Same as 37 but reversed

eternityapple and Андрей К. have reacted to this post.
eternityappleАндрей К.
For attach image use this Service https://imgtr.ee/

TypeClearVison=30 + Multi_Power=true (16 pairs in one Multi-Grid lvl. Anti-Trend Strategy)
EA write Sorted Indexes into file ClearVisionIndex.txt using ClearVision indicator logic at Current Market: 
7: USD
6: GBP
5: EUR
4: CAD
3: AUD
2: CHF 
1: NZD
0: JPY

Buy Pairs:
0/4   0/5   0/6   0/7
1/4   1/5   1/6   1/7
2/4   2/5   2/6   2/7
3/4   3/5   3/6   3/7

or

Sell Pairs: 
7/  7/  7/2   7/3
6/0   6/1   6/2   6/3
5/0   5/1   5/2   5/3
4/0   4/1   4/2   4/3

 

---------------------------------------------------------------------------------------------------------------------------

TypeClearVison=29 + Multi_Power=true (16 pairs in one Multi-Grid lvl. Trend Strategy) 
Same as 30 but reversed:

EA write Sorted Indexes into file ClearVisionIndex.txt using ClearVision indicator logic at Current Market: 
7: USD
6: GBP
5: EUR
4: CAD
3: AUD
2: CHF 
1: NZD
0: JPY

Buy Pairs:
7/0   7/1   7/2   7/3
6/0   6/1   6/2   6/3
5/0   5/1   5/2   5/3
4/0   4/1   4/2   4/3

or 

Sell Pairs: 
0/4   0/5   0/6   0/7
1/4   1/5   1/6   1/7
2/4   2/5   2/6   2/7
3/4   3/5   3/  3/7

Based on ClearVisionIndex.txt EA write 16 pairs into file ClearVisionIndexPairs.txt:

First line in file is a Sell pairs: USDJPY GBPJPY EURJPY CADJPY GBPNZD EURNZD USDCHF GBPCHF EURCHF CADCHF GBPAUD EURAUD
Second line in file is a Buy pairs: NZDUSD NZDCAD AUDUSD AUDCAD

Each RED index we sell 4 times and each BLUE index we buy 4 times. 4x4= 16 pairs in one Multi-Grid level. 

First and next multi-grid levels will use same signal from file ClearVisionIndexPairs.txt. Both files will be updated only if you or EA close all Market Positions + AutotradingButtonOn + Multi_Power=true

Be carefull at News using same time 16 pairs at one Multi-Grid level with PipStep < 20 - because big spread can open many levels in one place. Better use bigger PipStep or turnoff EA at News, you need to fill it and see monitoring of Avg_PipStep.  

Set File ClearVision#30: Download 

Андрей К. has reacted to this post.
Андрей К.
For attach image use this Service https://imgtr.ee/

TypeClearVison=31 + Multi_Power=true (16 pairs in one Multi-Grid lvl. Re-sorting: upper and lower indexes in trend. The rest alternate through one)

EA write Sorted Indexes into file ClearVisionIndex.txt using ClearVision indicator logic at Current Market: 
7: USD
6: GBP
5: EUR
4: CAD
3: AUD
2: NZD 
1: CHF
0: JPY

Buy Pairs:
7/6   7/4   7/2   7/0
5/6   5/4   5/2   5/0
3/6   3/4   3/2   3/0
1/6   1/4   1/2   1/0

or 

Sell Pairs: 
6/7   6/5   6/3   6/1
4/7   4/5   4/3   4/1
2/7   2/5   2/3   2/1
0/7   0/5   0/3   0/1

Based on ClearVisionIndex.txt EA write 16 pairs into file ClearVisionIndexPairs.txt:

First line in file is a Sell pairs: GBPUSD NZDUSD GBPAUD GBPCHF CADCHF NZDCHF
Second line in file is a Buy pairs: USDCAD USDJPY EURGBP EURCAD EURNZD EURJPY AUDCAD AUDNZD AUDJPY CHFJPY

Each RED index we sell 4 times and each BLUE index we buy 4 times. 4x4= 16 pairs in one Multi-Grid level. 
First and next multi-grid levels will use same signal from file ClearVisionIndexPairs.txt. Both files will be updated only if you or EA close all Market Positions + AutotradingButtonOn + Multi_Power=true
Set File ClearVision#31: Download 

 

Андрей К. has reacted to this post.
Андрей К.
For attach image use this Service https://imgtr.ee/

TypeClearVison=32 + Multi_Power=true (16 pairs in one Multi-Grid lvl. Re-sorting: upper and lower indexes in anti-trend. The rest alternate through one)

Its same as 31 but reversed. 
EA write Sorted Indexes into file ClearVisionIndex.txt using ClearVision indicator logic at Current Market: 
7: USD
6: GBP
5: CAD
4: EUR
3: AUD
2: CHF 
1: NZD
0: JPY

Buy Pairs:
6/7   6/5   6/3   6/1
4/7   4/5   4/3   4/1
2/7   2/5   2/3   2/1
0/7   0/5   0/3   0/1
or 

Sell Pairs:
7/6   7/4   7/2   7/0
5/6   5/4   5/2   5/0
3/6   3/4   3/2   3/0
1/6   1/4   1/2   1/0

Based on ClearVisionIndex.txt EA write 16 pairs into file ClearVisionIndexPairs.txt:

First line in file is a Sell pairs: NZDJPY NZDCHF AUDJPY AUDCHF CADJPY CADCHF USDJPY USDCHF
Second line in file is a Buy pairs: EURNZD GBPNZD EURAUD GBPAUD EURCAD GBPCAD EURUSD GBPUSD

Each RED index we sell 4 times and each BLUE index we buy 4 times. 4x4= 16 pairs in one Multi-Grid level. 
First and next multi-grid levels will use same signal from file ClearVisionIndexPairs.txt. Both files will be updated only if you or EA close all Market Positions + AutotradingButtonOn + Multi_Power=true

 

Андрей К. has reacted to this post.
Андрей К.
For attach image use this Service https://imgtr.ee/

TypeClearVison=33+ Multi_Power=true (4 pairs, Antitrend)

7: GBP
6: JPY
5: CHF
4: CAD
3: EUR
2: NZD 
1: AUD
0: USD

Андрей К. has reacted to this post.
Андрей К.
For attach image use this Service https://imgtr.ee/

!!! All FXPIP.ONE Soft is FREE to use on DEMO ACCOUNTS in Summer 2025