#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