You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting below issue while composer install, my php version is 7.3
Warning: Use of undefined constant TRADER_MA_TYPE_SMA - assumed 'TRADER_MA_TYPE_SMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Bbands.php on line 9
PHP Warning: Use of undefined constant TRADER_MA_TYPE_SMA - assumed 'TRADER_MA_TYPE_SMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Bbands.php on line 9
Warning: Use of undefined constant TRADER_MA_TYPE_EMA - assumed 'TRADER_MA_TYPE_EMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Ma.php on line 7
The text was updated successfully, but these errors were encountered:
I'm getting below issue while composer install, my php version is 7.3
Warning: Use of undefined constant TRADER_MA_TYPE_SMA - assumed 'TRADER_MA_TYPE_SMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Bbands.php on line 9
PHP Warning: Use of undefined constant TRADER_MA_TYPE_SMA - assumed 'TRADER_MA_TYPE_SMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Bbands.php on line 9
Warning: Use of undefined constant TRADER_MA_TYPE_EMA - assumed 'TRADER_MA_TYPE_EMA' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\xampp\GTrader\config\GTrader\Indicators\Ma.php on line 7
The text was updated successfully, but these errors were encountered: