Add starting code for trading bot
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
#include "TradingBot.h"
|
||||
|
||||
TradingBot::TradingBot(MerkelMain* merkel)
|
||||
{
|
||||
this->merkel = merkel;
|
||||
}
|
||||
Reference in New Issue
Block a user