FirstStrike Plus – Weekly Volatility Breakout

Post Reply
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

FirstStrike Plus – Weekly Volatility Breakout

Post by milanese »

AGT » Tue Mar 31, 2015 1:10 pm wrote:Hi Tommaso ! :hi:

Altough I thought already to stop testing of this bot, I could see now, that this baby has benefits ... perhaps. So it is running actually in my "portfolio" and I would like to tweak the settings furthermore.

I have plea to you.
Could you plz add the TP basket function like in the MPTM (close at a number of bucks, pips, percent balance ... or so) ?

AND (important): The EA has to stop all trading for the current week and restart trading only from the following week. So all positons will be closed after reaching the TP, no reopening of trades until friday. The purpose: Get a distinct TP for one week, 3 ... 5 % or so and dont risk loosers destroying the gains made.

;) :good:
Hi AGT,

I will add this functionality with the next update as an optional, simil like I added in 3 little pigs, but with deleting the pendingorders, after the basket close.

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Thx buddy ! Will set up this new baby asap and restart the tweaking ! :jump: :good:
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[update]FirstStrike Plus – Weekly Volatility Breakout

Post by milanese »

and here we go..

Update march 31,2015
AGT had the idea that function that lets the EA close all open positions if a certain profit reached maybe could give better results. As I liked the idea I embedded this function in the EA and did some cosmetic updates to my latest EA look..
this are the new inputs

Code: Select all

extern string   CloseAllProfitSet1="---Set this to true to close all EA positions----";
extern string   CloseAllProfitSet2="---if Profit reaches CloseAllOfPairInProfit----";
extern bool   UseCloseAllOfPairInProfit=true;
extern string   CloseAllProfitSet3="---enter here the amount in account Currency----";
extern double CloseAllOfPairInProfit=100;
After a PairBasketClosure the EA will delete the eventual resting pending order(s) and restart next week with trading.
Note the EA counts only its own trades on the specific pair.

The update is as usual attached to the first post!

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Wow ! Thx mate - that was really quick ! :good:

So lets move forward tweaking the settings for this bot ! :cheer:

@Tommaso:
Ahm - to make it clear for me: the bot wont trade anymore during the whole rest of the week after closing at the defined TP AND will automatically restart trading starting the new trading week ... right ? ;)
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

FirstStrike Plus – Weekly Volatility Breakout

Post by milanese »

AGT » Tue Mar 31, 2015 4:03 pm wrote:Wow ! Thx mate - that was really quick ! :good:

So lets move forward tweaking the settings for this bot ! :cheer:

@Tommaso:
Ahm - to make it clear for me: the bot wont trade anymore during the whole rest of the week after closing at the defined TP AND will automatically restart trading starting the new trading week ... right ? ;)
exactly, I forgot this to wrote..

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Ok buddy ! Got it !

So this bot is up + running here:

http://www.myfxbook.com/members/TGT_FX/ ... ll/1203440
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Hi Tommaso ! :hi:

Have an observation to make, perhaps a bug report ?

The v "I" is running here:
http://www.myfxbook.com/members/TGT_FX/ ... ll/1203440

The setfile I use on that platform is added. AND: altough the basket with more then 30 EUR is actually formed no closing occured ? :oops: :uff:
You do not have the required permissions to view the files attached to this post.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

FirstStrike Plus – Weekly Volatility Breakout

Post by milanese »

AGT » Wed Apr 08, 2015 4:27 pm wrote:Hi Tommaso ! :hi:

Have an observation to make, perhaps a bug report ?

The v "I" is running here:
http://www.myfxbook.com/members/TGT_FX/ ... ll/1203440

The setfile I use on that platform is added. AND: altough the basket with more then 30 EUR is actually formed no closing occured ? :oops: :uff:
The BasketClose is only supposed if the pair basket reaches 30 USD, I suppose now, you intended it as a basket-close for all open positions with the FirstStrike magic number, this I had not added as the EA is single Pair EA.. you could use it together with the http://www.stevehopwoodforex.com/phpBB3 ... =21&t=4081 and select that the EA deactivates trading after the basketclose and reactivates after selected time again autotrading. As I in the moment have no intention to change the FirstStrike EA to a Multipair EA, I would do so if your test are showing a succes with the strategy..

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Yes, Tommaso you are right concerning my thought: Indeed I intended it as a basket-close for all open positions with the FirstStrike magic number .....

Ok, I got it ! So I'll use the simpleAPBM to perform the described approach .... :smile:
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

FirstStrike Plus – Weekly Volatility Breakout

Post by AGT »

Hi Tommaso ! :hi:

I dont gave up this bot. Tweaking it further. Perhaps I'm moving ahead on the right way. The actual approach is: allow the EA open/close only one basket a week. I tried once only two baskets - and that worked. So could you perhaps add one parameter fixing the number of baskets bevor switching off the hole bot ? I could set up further tests to see how the EA would work allowing more then one basket a week.

:hi:
Post Reply

Return to “Automated trading systems”