Free Plugin for ALGO / ROBO Trading with AMI + NEST Trader

#1
Dear Friends,

After posting of My Desire to share an ROBO Trading Plugin with Fellow trader. An already available AFL for ALGO is got developed/ modified from a Freelancer at one time cost. I received numerous PM's who were willing to share the cost so as to mitigate my costing.

My conscious did not permitted it, so I now decided to share it FREE with all fellow traders who can freely distribute it further to others/ various forums/ platforms and also invite seniors/ learned who can do further improvements in it.

I hope it would help to those who are willing in to venture the world of ALGO TRADING.

Best Wishes.

THE PROCEDURE TO USE THIS PLUGIN WOULD BE AS UNDER:-

First DOWNLOAD LINK for AUTO TRADING PLUGIN FOR NEST TRADER

a) Copy and paste the OrdPlugin.exe in the same folder as Broker.exe (Amibroker). i.e. Folder in which you have installed AMIBROKER.


b) Copy MyAmiPlugin.dll in the Plugins folder.


c) Copy auto-traderplugin-ng.afl in the Formulas/Custom folder. Drag & Drop on a Blank Chart, Right Clicking on Chart & Set the Parameters for AUTO or SEMIAUTO. Good for Signal to Signal. You also have TABs on SCREEN which you can use to enter & exit manually.

Please understand I am not sharing my Trading Strategy so Guys you need to Copy TRADING STRATEGY in the AFL in the space allocated for it.

The afl file can be taken as a template where you can add your own strategy
Your strategy has to be placed between
/*~~~~~~~~~~~~~~~~AutoTrade Strategy~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~End Of AutoTrade Strategy~~~~~~~~~~~~~~~~*/
in the afl file

NO NEED FOR ACTIVATION OF NEST Plus API.

Best Wishes.
 

extremist

Well-Known Member
#2
Dear Friends,

After posting of My Desire to share an ROBO Trading Plugin with Fellow trader. An already available AFL for ALGO is got developed/ modified from a Freelancer at one time cost. I received numerous PM's who were willing to share the cost so as to mitigate my costing.

My conscious did not permitted it, so I now decided to share it FREE with all fellow traders who can freely distribute it further to others/ various forums/ platforms and also invite seniors/ learned who can do further improvements in it.

I hope it would help to those who are willing in to venture the world of ALGO TRADING.

Best Wishes.

THE PROCEDURE TO USE THIS PLUGIN WOULD BE AS UNDER:-

First DOWNLOAD LINK for AUTO TRADING PLUGIN FOR NEST TRADER

a) Copy and paste the OrdPlugin.exe in the same folder as Broker.exe (Amibroker). i.e. Folder in which you have installed AMIBROKER.


b) Copy MyAmiPlugin.dll in the Plugins folder.


c) Copy auto-traderplugin-ng.afl in the Formulas/Custom folder. Drag & Drop on a Blank Chart, Right Clicking on Chart & Set the Parameters for AUTO or SEMIAUTO. Good for Signal to Signal. You also have TABs on SCREEN which you can use to enter & exit manually.

Please understand I am not sharing my Trading Strategy so Guys you need to Copy TRADING STRATEGY in the AFL in the space allocated for it.

The afl file can be taken as a template where you can add your own strategy
Your strategy has to be placed between
/*~~~~~~~~~~~~~~~~AutoTrade Strategy~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~End Of AutoTrade Strategy~~~~~~~~~~~~~~~~*/
in the afl file

NO NEED FOR ACTIVATION OF NEST Plus API.

Best Wishes.
u r a true human...... god bless u
 
#9
Hello

Tested the AFL with the exe file and plugin placed in the location specified. Getting the same error as reported above in the image on the lines with SendOrder

// SendOrder(1, OrdInfo);

AFL displays chart when these lines with error are commented out

The feature of having Buy/Sell and Short/Cover buttons on the chart would be cool . . .

Hope some one will come up with the solution of fixing the error with sendorder . . . then we can test the operational part of the auto trader

Thanks
 

boarders

Well-Known Member
#10
Hello

Tested the AFL with the exe file and plugin placed in the location specified. Getting the same error as reported above in the image on the lines with SendOrder

// SendOrder(1, OrdInfo);

AFL displays chart when these lines with error are commented out

The feature of having Buy/Sell and Short/Cover buttons on the chart would be cool . . .

Hope some one will come up with the solution of fixing the error with sendorder . . . then we can test the operational part of the auto trader

Thanks
I think thats because of not installing the correct redistributable visual basic pack which the programme provider must specify without which both the exe and dll will not work properly. Hope he advises as to which one to install
 

Similar threads