Author: No Copyright - WarnSoft
swap
0 Views
0 Downloads
0 Favorites
swap
#property copyright "No Copyright - WarnSoft"
#property link      "N/A"
#property indicator_chart_window

int start() {

Comment("Swap Long: ",MarketInfo(Symbol(),MODE_SWAPLONG),"\nSwap Short: ",MarketInfo(Symbol(),MODE_SWAPSHORT));
 return(0);
  
  }

Comments